home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / sys10000 / print.bat < prev    next >
DOS Batch File  |  1992-03-22  |  2KB  |  30 lines

  1.         echo off
  2.         cls
  3.         echo 
  4.         echo 
  5.         echo            ╔═══════════════════════════════════════════════════════╗
  6.         echo            ║                                                       ║ 
  7.         echo            ║   This print option utilizes the DOS command,         ║ 
  8.         echo            ║   COPY ORDER.TXT PRN, to print your order form.       ║ 
  9.         echo            ║   Please prepare your printer accordingly, now.       ║   
  10.         echo            ║   If you receive an "ABORT, RETRY, IGNORE, FAIL?"     ║ 
  11.         echo            ║   message, it means your printer is not available.    ║  
  12.         echo            ║   Please check to be sure it is turned on, and that   ║  
  13.         echo            ║   it is available. When the printer is ready,         ║ 
  14.         echo            ║   select [R]etry or [I]gnore to print. If your        ║  
  15.         echo            ║   printer remains unavailable, select either [A]bort  ║  
  16.         echo            ║   or [F]ail to return to the demonstration menu.      ║ 
  17.         echo            ║   If you have any problems, consult your DOS manual,  ║ 
  18.         echo            ║   or call us:                                         ║ 
  19.         echo            ║                       312-329-0700.                   ║  
  20.         echo            ║                                                       ║ 
  21.         echo            ╚═══════════════════════════════════════════════════════╝                                             
  22. echo 
  23. echo 
  24.         pause
  25. copy order.txt prn
  26. echo 
  27. echo 
  28. echo          If printer is available, document should now be printing ...
  29. echo 
  30. echo